Inserts a user-defined string at specified intervals to each line.
Inserts a user-defined string at fixed intervals to each line.
Inserts tabs in files where characters are arranged in variable length, columnar format padded with spaces. The first line of the file must contain mapping information for tab placement.
Inserts tabs in files where characters are arranged in a fixed length, columnar format padded with spaces.
Removes quotes and replaces commas with tabs, converting
"Wind",2.8,"Shareware" to Wind<tab>2.8<tab>Shareware.
CSV stands for Comma Separated Values.
Removes tabs and pads with spaces to arrange characters in a user specified, variable length, columnar format.
Removes tabs and pads with spaces to arrange characters in a variable length, columnar format as determined by the position and number of tabs in the FIRST line.
Removes tabs and pads with spaces to arrange characters in a fixed, columnar format.
Replaces tabs with quotes and commas, converting Wind<tab>2.8<tab>Shareware to "Wind",2.8,"Shareware."
CSV stands for Comma Separated Values.
Replaces each and every tab with a specified number of spaces.
Replaces consecutive spaces greater than a specified number with a single tab.
Reformats lines to a specified width, without splitting words.
Strips line feeds and/or carrage returns from lines.
Adds line feeds and/or carrage returns to lines.
Clears the high bit in WordStar files, while removing LFs, to create normal TEXT files.
Works like Make Paragraphs, except indention is ignored when processing lines.
Selectively strips carriage returns from lines so they’ll denote paragraphs, not lines.
Two or more in a row indicate end of paragraphs. Indention (a space or tab is the first character) indicates the start of a paragraph.
Processes a file as specified by the chosen pop-up menus, checkboxes, replacement strings, and character remapping set.